From: Glenn Morris Date: Tue, 17 May 2011 02:38:04 +0000 (-0700) Subject: * lisp/shell.el (pcomplete-parse-arguments-function): Declare. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3791 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c8d9541392a15d7c56f62f1cd7dc4302d6a145e1;p=emacs.git * lisp/shell.el (pcomplete-parse-arguments-function): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d8d64547b4..108c8145925 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-05-17 Glenn Morris + * shell.el (pcomplete-parse-arguments-function): Declare. + * calendar/appt.el (appt-message-warning-time, appt-display-mode-line) (appt-display-diary, appt-display-interval, appt-prev-comp-time) (appt-check): Doc fixes. diff --git a/lisp/shell.el b/lisp/shell.el index a05fefa9c11..cba50038bc0 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -380,6 +380,8 @@ to `dirtrack-mode'." :group 'shell :type '(choice (const nil) regexp)) +(defvar pcomplete-parse-arguments-function) + (defun shell-completion-vars () "Setup completion vars for `shell-mode' and `read-shell-command'." (set (make-local-variable 'comint-completion-fignore)